home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 688 < prev    next >
Encoding:
Text File  |  1996-08-06  |  1.3 KB  |  38 lines

  1. Newsgroups: comp.lang.c++
  2. Path: news3.noc.netcom.net!zdc!zippo!usenet
  3. From: Jim McFarland <jgm6@orkand.em.cdc.gov>
  4. Subject: Re: Help linking LIBs in C++ 3.0
  5. Content-Type: text/plain; charset=us-ascii
  6. Sender: usenet@news.zippo.com
  7. Content-Transfer-Encoding: 7bit
  8. Nntp-Posting-Host: 158.111.166.77
  9. Organization: The Orkand Corporation
  10. Message-ID: <DKq0nC.647@news.zippo.com>
  11. References: <4cgo8m$itv@info1.sdrc.com>
  12. X-Mailer: Mozilla 1.1N (Windows; I; 16bit)
  13. Mime-Version: 1.0
  14. Date: Fri, 5 Jan 1996 18:28:24 GMT
  15.  
  16. Dave Smith <gedavesm> wrote:
  17. >I am running C++ 3.0 on my PC and
  18. >need to know how I can link external
  19. >LIB files in the IDE environment.
  20. >
  21. >I would prefer this way rather than 
  22. >through the command line because the 
  23. >IDE includes C++ LIBs such as graphics 
  24. >and the memory management LIBs so there 
  25. >is a lot less to worry about.
  26. >
  27.  
  28. Are you using BORLAND C++ 3.0 or something else?  If it is Borland, then 
  29. linking .lib files with the IDE is as simple as adding the .lib to your 
  30. project (and including any needed header files in your source).  I'm not 
  31. sure what you mean by your last comment, but you can use any of the 
  32. Borland .libs from either the command line linker or the IDE.  Read your 
  33. manual or on-line help for more details on using libraries, as it is 
  34. covered well.
  35.  
  36. Jim
  37.  
  38.